|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule is used to copy one or more segment field values from an activity to a segment. A MathVariable or a field name can be used to place a single value into a segment field and an array can be used to place multiple values into multiple segments.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<CopyToSegmentFields> |
The required opening and closing elements of this business rule. |
SEGMENTGUID |
Enter actual GUID for SEGMENTGUID value. |
|
<Fields> |
Required/Repeatable element; |
|
|
|
<Field> |
Required / Repeatable element; Either <From> or <FromCollection> tag should be used. Both of them should not be present for a single <To> tag. |
|
|
|
<From> |
Required element; This tag should be used to copy a single value to one or more segments. |
|
Required
element value; |
|
<FromCollection> |
Required element; This tag should be used to copy a list of values to one or more segments. For example, if there are two segments with the same FieldName Field1, but the value "A" should be copied to Segment1 and the value "B" should be copied to Segment2, then this tag should be used.
|
|
Required
element value; |
|
<To> |
Required element; |
|
Required element
value; |
<CopyToSegmentFields SEGMENTGUID="String">
<Fields>
<Field>
<FromSegment>String</FromSegment>
<To>String</To>
</Field>
</Fields>
</CopyToSegmentFields>
<CopyToSegmentFields>
<Fields>
<Field>
<From>[Field|MathVariable]</From>
<To>[MathVariable]</To>
</Field>
<Field>
<FromCollection>[MathVariableCollection]</FromCollection>
<To>[MathVariable]</To>
</Field>
</Fields>
</CopyToSegmentFields>